STEP 2: Let’s add a grid so we will be able to see our character's locations.

  • In scroll down to find Create Grid Overlay and drag it into the code editor.
  • Find the Set Background Color and drag it in too.
  • Change the color in the .set_background_color() command from "blue" to "azure".

Symbols are important! Be sure you don't delete the quotes " " or parentheses ( ) when making changes.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("schoolentrance") stage.wait(2)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)